Re-order buffer

A re-order buffer (ROB) is used in a Tomasulo algorithm for out-of-order instruction execution. It allows instructions to be committed in-order.

Additional benefits include allowing for precise exceptions and easy rollback for control of target address mispredictions (branch or jump).

External links